Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#18 Implement PersistentTokenService, token invalidation #24

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

IlyaLisov
Copy link
Owner

@IlyaLisov IlyaLisov commented Jan 22, 2024

close #18


PR-Codex overview

Focus of the PR:

This PR focuses on adding the functionality to remove JWT tokens from storage in the TokenStorage and PersistentTokenService classes.

Detailed summary:

  • Added remove methods in the TokenStorage interface to remove JWT tokens from storage based on the token or token parameters.
  • Implemented the remove methods in the TokenStorageImpl and FakeTokenStorageImpl classes.
  • Added invalidate methods in the PersistentTokenService interface to invalidate JWT tokens based on the token or token parameters.
  • Implemented the invalidate methods in the PersistentTokenServiceImpl class.
  • Added unit tests for the remove and invalidate methods in the TokenStorageImpl, FakeTokenStorageImpl, and PersistentTokenServiceImpl classes.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@IlyaLisov IlyaLisov merged commit 085e394 into dev Jan 22, 2024
3 checks passed
@IlyaLisov IlyaLisov deleted the #18 branch January 22, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant